docs: Clarify GtkToggleButton action documentation
authorDavid King <amigadave@amigadave.com>
Fri, 4 May 2012 02:25:22 +0000 (03:25 +0100)
committerDavid King <amigadave@amigadave.com>
Tue, 14 Aug 2012 11:43:39 +0000 (12:43 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=373279

gtk/gtktogglebutton.c

index a5d9497136d66b209795ad66f00f54804909e2af..cb011fc6a63d880217c0016a23142995c6dc2fff 100644 (file)
@@ -448,7 +448,8 @@ gtk_toggle_button_get_mode (GtkToggleButton *toggle_button)
  *
  * Sets the status of the toggle button. Set to %TRUE if you want the
  * GtkToggleButton to be 'pressed in', and %FALSE to raise it.
- * This action causes the toggled signal to be emitted.
+ * This action causes the #GtkToggleButton::toggled signal and the
+ * #GtkButton::clicked signal to be emitted.
  */
 void
 gtk_toggle_button_set_active (GtkToggleButton *toggle_button,